You are here: COM API reference > Events > OnInvalidPropertyValue event

OnInvalidPropertyValue event

Occurs when the value of a data-bound property is not accepted by the server.

Syntax

Private Sub AMUIExtension_OnInvalidPropertyValue(ByVal PropertyName As String, ByVal PropertySetName As String, ByVal OriginalValue As Variant, NewValue As Variant)
    On Error GoTo error_handler
    
    
    Exit Sub
error_handler:
    MsgBox Err.Description
End Sub

Related information

General interface extension events


www.bluecieloecm.com